home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / csystray.000 / csystray / aboutdlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-22  |  414 b   |  25 lines

  1. // aboutdlg.h : header file
  2. //
  3.  
  4. #include "resource.h"
  5.  
  6. class CAboutDlg : public CDialog
  7. {
  8. public:
  9.     CAboutDlg();
  10.  
  11. // Dialog Data
  12.     //{{AFX_DATA(CAboutDlg)
  13.     enum { IDD = IDD_ABOUTBOX };
  14.     //}}AFX_DATA
  15.  
  16. // Implementation
  17. protected:
  18.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  19.     //{{AFX_MSG(CAboutDlg)
  20.     virtual BOOL OnInitDialog();
  21.     //}}AFX_MSG
  22.     DECLARE_MESSAGE_MAP()
  23. };
  24.  
  25.